home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / shape_2.dxr / 00084.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  449 b   |  17 lines

  1. on mouseUp me
  2.   unrollit(51, 51)
  3.   rollit(48, 50)
  4.   set the member of sprite 51 to member("light circle")
  5.   set the member of sprite 48 to member("med circle")
  6.   set the member of sprite 49 to member("med circle")
  7.   set the member of sprite 50 to member("med circle")
  8.   if the member of sprite 43 = member("eyeimage1") then
  9.     hideit(141, 144)
  10.     showit(145, 145)
  11.     hideit(146, 153)
  12.   else
  13.     showit(153, 153)
  14.     hideit(141, 152)
  15.   end if
  16. end
  17.